wordpress echo the date in post

86

wordpress echo the date in post -

$post_date = get_the_date( 'D M j' ); echo $post_date;

wordpress echo the date in post -

$post_date = get_the_date( 'l F j, Y' ); echo $post_date;

Comments

Submit
0 Comments